devol.std.typepod

Public Imports

devol.argument
public import devol.argument;
Undocumented in source.
devol.type
public import devol.type;
Undocumented in source.
devol.std.argpod
public import devol.std.argpod;
Undocumented in source.

Members

Aliases

TypeBool
alias TypeBool = TypePod!bool
Undocumented in source.
TypeChar
alias TypeChar = TypePod!char
Undocumented in source.
TypeDouble
alias TypeDouble = TypePod!double
Undocumented in source.
TypeFloat
alias TypeFloat = TypePod!float
Undocumented in source.
TypeInt
alias TypeInt = TypePod!int
Undocumented in source.
TypeLong
alias TypeLong = TypePod!long
Undocumented in source.
TypeUInt
alias TypeUInt = TypePod!uint
Undocumented in source.

Classes

TypePod
class TypePod(T)
Undocumented in source.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE file.

Authors

NCrashed <ncrashed@gmail.com>, LeMarwin <lemarwin42@gmail.com>, Nazgull09 <nazgull90@gmail.com>