isManifestConstant

Check if the type of a member inside a struct or class is a D manifest constant

  1. bool isManifestConstant()
    bool
    isManifestConstant
    (
    T
    string name
    )
    ()
  2. bool isManifestConstant()

Parameters

T

The struct that will be checked

name

The struct member that will be checked

Meta