isSliceable

True if T is able to be sliced.

  1. eponymoustemplate isSliceable(T)
    enum isSliceable (
    T
    )
  2. alias isSliceable(alias A, string M) = isSliceable!(typeof(getChild!(A, M)))

Meta