class Mappings::NluSlotArray
- Mappings::NluSlotArray
- Mappings::ArrayMapping
- Reference
- Object
Overview
An array of Slot
.
Defined in:
bindings/mappings.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #data : Array(Slot)
- #data=(data : Array(Slot))
- #to_unsafe
Macro Summary
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.