Struct Tag.MemberRange!(T, string allMembers, string memberIndicies, string membersGrouped)
Constructors
| Name | Description |
|---|---|
| this |
Fields
| Name | Type | Description |
|---|---|---|
| tag | Tag | |
| namespace | string | |
| isMaybe | bool | |
| updateId | size_t | |
| initialEndIndex | size_t | |
| frontIndex | size_t | |
| endIndex | size_t |
Methods
| Name | Description |
|---|---|
| empty | |
| front | |
| popFront | |
| back | |
| popBack | |
| length | |
| save | |
| opSlice | |
| opSlice | |
| opIndex | |
| opIndex | |
| opBinaryRight |
Aliases
| Name | Description |
|---|---|
| opDollar | |
| ThisNamedMemberRange |