isSliceable

True if the type of M in A is sliceable.

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

Meta