Uses of Interface
org.kink_lang.kink.internal.vec.TraitError
Packages that use TraitError
Package
Description
Provides funs used from intrinsics.
Internal representation of vec vals.
-
Uses of TraitError in org.kink_lang.kink.internal.intrinsicsupport
Methods in org.kink_lang.kink.internal.intrinsicsupport with parameters of type TraitErrorModifier and TypeMethodDescriptionstatic FunValNewValSupport.traitError(Vm vm, TraitError error, int arityDelta) Returns a nullary fun to raise an exception of an error of new_val. -
Uses of TraitError in org.kink_lang.kink.internal.vec
Classes in org.kink_lang.kink.internal.vec that implement TraitErrorModifier and TypeClassDescriptionstatic final recordThe arity is not even, so the vec cannot be a trait.static final recordThe elem specified by the index is not a str.