get method

T get()

Implementation

T get() {
  return root.resolve<T>(index);
}