- fromBytesT fromBytes(const(ubyte)[] bytes, size_t len) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- fromBytesNullable!T fromBytes(const(ubyte)[] bytes, size_t len) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- fromBytesImplT fromBytesImpl(const(ubyte)[] bytes, size_t len) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- isAnyNullbool isAnyNull(T val) 
- oidForOid oidFor() 
- Shortuct to the type's serialiser's oidForType 
- serialiserSerialiserAttribute!T serialiser() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- toBytesNullable!(ubyte[]) toBytes(T val) 
- Converts the given type to an ubyte[], as PostgreSQL expects it. Ignores
   any Nullable specifiers and Typedefs.