djinja.uninode

Additional functions for working with UniNode library

Public Imports

uninode.core
public import uninode.core;
uninode.serialization
public import uninode.serialization : serialize = serializeToUniNode, deserialize = deserializeUniNode;

Members

Functions

binary
UniNode binary(UniNode lhs, UniNode rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
binary
UniNode binary(UniNode lhs, UniNode rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
binary
UniNode binary(UniNode lhs, UniNode rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
binary
UniNode binary(UniNode lhs, UniNode rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
binary
UniNode binary(UniNode lhs, UniNode rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
binary
UniNode binary(UniNode lhs, UniNode rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
binary
UniNode binary(UniNode lhs, UniNode rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
binary
UniNode binary(UniNode lhs, UniNode rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
binary
UniNode binary(UniNode lhs, UniNode rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
binary
UniNode binary(UniNode lhs, UniNode rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
checkNodeType
void checkNodeType(UniNode n, UniNode.Kind kind, Position pos)
Undocumented in source. Be warned that the author may not have intended to support it.
getAsString
string getAsString(UniNode n)
Undocumented in source. Be warned that the author may not have intended to support it.
isFloatNode
bool isFloatNode(UniNode n)
Undocumented in source. Be warned that the author may not have intended to support it.
isIntNode
bool isIntNode(UniNode n)
Undocumented in source. Be warned that the author may not have intended to support it.
isIterableNode
bool isIterableNode(UniNode n)
Undocumented in source. Be warned that the author may not have intended to support it.
isNumericNode
bool isNumericNode(UniNode n)
Undocumented in source. Be warned that the author may not have intended to support it.
toBoolType
void toBoolType(UniNode n)
Undocumented in source. Be warned that the author may not have intended to support it.
toCommonCmpType
void toCommonCmpType(UniNode n1, UniNode n2)
Undocumented in source. Be warned that the author may not have intended to support it.
toCommonNumType
void toCommonNumType(UniNode n1, UniNode n2)
Undocumented in source. Be warned that the author may not have intended to support it.
toIterableNode
void toIterableNode(UniNode n)
Undocumented in source. Be warned that the author may not have intended to support it.
toStringType
void toStringType(UniNode n)
Undocumented in source. Be warned that the author may not have intended to support it.
unary
UniNode unary(UniNode lhs)
Undocumented in source. Be warned that the author may not have intended to support it.
unary
UniNode unary(UniNode lhs)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Authors

Maxim Tyapkin

License

This software is licensed under the terms of the BSD 3-clause license. The full terms of the license can be found in the LICENSE.md file.