KeyArrayU
=========

.. currentmodule:: lsst.afw.table

.. autoclass:: KeyArrayU
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~KeyArrayU.HAS_NAMED_SUBFIELDS
      ~KeyArrayU.dtype
      ~KeyArrayU.subfields
      ~KeyArrayU.subkeys

   .. rubric:: Methods Summary

   .. autosummary::

      ~KeyArrayU.get
      ~KeyArrayU.getOffset
      ~KeyArrayU.getSize
      ~KeyArrayU.getTypeString
      ~KeyArrayU.isValid
      ~KeyArrayU.isVariableLength
      ~KeyArrayU.set
      ~KeyArrayU.slice

   .. rubric:: Attributes Documentation

   .. autoattribute:: HAS_NAMED_SUBFIELDS
   .. autoattribute:: dtype
   .. autoattribute:: subfields
   .. autoattribute:: subkeys

   .. rubric:: Methods Documentation

   .. automethod:: get
   .. automethod:: getOffset
   .. automethod:: getSize
   .. automethod:: getTypeString
   .. automethod:: isValid
   .. automethod:: isVariableLength
   .. automethod:: set
   .. automethod:: slice