ae.utils.mapset.vars

Var-like helper for visitor.

Members

Functions

at
Var at(T[] array, Var index)

Array indexing

Structs

MapSetVars
struct MapSetVars(VarName_, Value_, Value_ nullValue = Value_.init)

A wrapper around a MapSetVisitor which allows interacting with it using a more conventional interface.

Templates

varCall
template varCall(alias fun)
Undocumented in source.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <ae@cy.md>