class Mappings::MapStringToStringArrayEntry
- Mappings::MapStringToStringArrayEntry
- Mappings::Mapping
- Reference
- Object
Overview
A MapStringToStringArray
entry.
- key [
String
] : The entry key. - value [
StringArray
] : The entry value.
Defined in:
bindings/mappings.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #data : DataType
- #data=(data : DataType)
- #key
- #to_unsafe
- #value
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?
.