tcan_specialise_generic.nim 174 B

1234567891011
  1. ##
  2. ## can_specialise_generic Nim Module
  3. ##
  4. ## Created by Eric Doughty-Papassideris on 2011-02-16.
  5. type
  6. TGen[T] = object {.inheritable.}
  7. TSpef = object of TGen[string]