class Mappings::StringArray
- Mappings::StringArray
- Mappings::ArrayMapping
- Reference
- Object
Overview
An array of String
.
Defined in:
bindings/mappings.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #data : Array(String)
- #data=(data : Array(String))
- #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?
.