ExFed/gstruct

"Using" Keyword

ExFed opened this issue · 0 comments

ExFed commented

Need a keyword to declare namespace aliases within a given scope. Such as:

namespace x.y.z {
  struct Foo: { ... }
}

namespace a.b.c {
  using Foo: x.y.z.Foo
  typedef Bar: Foo
}