28        ::ll::TypedStorage<4, 12, ::BlockPos> pos;
 
   29        ::ll::TypedStorage<4, 4, ::NodeType>  type;
 
 
   33    using NodeArray = ::std::vector<::Path::Node>;
 
   38    ::ll::TypedStorage<8, 24, ::std::vector<::Path::Node>> mNodes;
 
   39    ::ll::TypedStorage<8, 8, uint64>                       mIndex;
 
   40    ::ll::TypedStorage<1, 1, ::PathCompletionType>         mCompletionType;