EncLayer constructor

EncLayer({
  1. required EncCell cell,
})

Creates a new ENC layer from an ENC cell.

Parameters:

  • cell — The ENC cell EncCell used as the source of the ENC layer.