Function DeclarativeStore.get

T get(T) (
  in string key,
  T def = T.init
);