Skip to content
  • Carlos Alves's avatar
    Small changes to STL and qBound · 8c57c842
    Carlos Alves authored and Kurt Hindenburg's avatar Kurt Hindenburg committed
    Where it was possible:
    - 'For' to STL copy or fill (it is like using memcpy and memset, faster
    than for, the compiler decides the best algo to perform the task);
    - qMin(qMax) to qBound.
    
    Changes in: TeminalDisplay and TerminalColor
    8c57c842