Skip to content
  • mattijs's avatar
    BUG: slicing of empty list · adc15181
    mattijs authored
    An empty list (m_) has no pointer so cannot be referenced. Instead we
    now return a null pointer (which is no problem for UList)
    adc15181