ArrayUtils.h 111 B

12345
  1. #pragma once
  2. #include <Array.h>
  3. Framework::RCArray<Framework::Text> toArray(Framework::Text text, int count);